home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms81470.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  11.0 KB  |  330 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "QMS81470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 810 )"
  14. *PSVersion: "(47.0) 3"
  15. *ModelName: "QMS-PS 810"
  16. *NickName: "QMS-PS 810 v47.0"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *FreeVM: "402212"
  25. *LanguageLevel: "1"
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize A4: "statusdict /a4tray get exec"
  105. *PageSize B5: "statusdict /b5tray get exec"
  106. *?PageSize: "
  107. save
  108. 5 dict
  109.   dup /2 (A4) put
  110.   dup /8 (Letter) put
  111.   dup /18 (B5) put
  112.   dup /24 (Legal) put
  113.   dup /26 (Executive) put
  114.   1 statusdict /papersize get exec
  115.   3 1 roll (get) stopped {(Unknown)} if
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *OpenUI *PageRegion: PickOne
  123. *OrderDependency: 40 AnySetup *PageRegion
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129. *CloseUI: *PageRegion
  130.  
  131. *% The following entries provide information about specific paper keywords.
  132. *DefaultImageableArea: Letter
  133. *ImageableArea Letter: "18 8 593 784"
  134. *ImageableArea Legal: "18 19 593 990"
  135. *ImageableArea A4: "18 18 577 824"
  136. *ImageableArea B5: "9 14 507 715"
  137. *?ImageableArea: "
  138. save
  139.   /cvp {(                ) cvs print ( ) print } bind def
  140.   /upperright {10000 mul floor 10000 div} bind def
  141.   /lowerleft {10000 mul ceiling 10000 div} bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {lowerleft cvp} repeat
  144.   exch 2 {upperright cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *DefaultPaperDimension: Letter
  151. *PaperDimension Letter: "612 792"
  152. *PaperDimension Legal: "612 1008"
  153. *PaperDimension A4: "595 842"
  154. *PaperDimension B5: "516 729"
  155.  
  156. *RequiresPageRegion All: True
  157. *OpenUI *InputSlot: PickOne
  158. *OrderDependency: 20 AnySetup *InputSlot
  159. *DefaultInputSlot: Cassette
  160. *InputSlot Cassette: ""
  161. *CloseUI: *InputSlot
  162.  
  163. *OpenUI *ManualFeed: Boolean
  164. *OrderDependency: 20 AnySetup *ManualFeed
  165. *DefaultManualFeed: False
  166. *ManualFeed True: "statusdict /manualfeed true put"
  167. *ManualFeed False: "statusdict /manualfeed false put"
  168. *?ManualFeed: "
  169. save
  170.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  171. restore
  172. "
  173. *End
  174. *CloseUI: *ManualFeed
  175.  
  176. *DefaultOutputOrder: Normal
  177.  
  178. *% Font Information =====================
  179. *DefaultFont: Courier
  180. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  181. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  182. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  183. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  184. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  185. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  186. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  187. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  188. *Font Courier: Standard "(001.004)" Standard ROM
  189. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  190. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  191. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  192. *Font Helvetica: Standard "(001.001)" Standard ROM
  193. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  194. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  195. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  196. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  197. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  198. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  199. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  200. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  201. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  202. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  203. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  204. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  205. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  206. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  207. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  208. *Font Symbol: Special "(001.001)" Special ROM
  209. *Font Times-Bold: Standard "(001.001)" Standard ROM
  210. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  211. *Font Times-Italic: Standard "(001.001)" Standard ROM
  212. *Font Times-Roman: Standard "(001.001)" Standard ROM
  213. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  214. *Font ZapfDingbats: Special "(001.000)" Special ROM
  215. *?FontQuery: "
  216. save
  217.  /str 100 string dup 0 (fonts/) putinterval def
  218.  {
  219.    count 1 gt
  220.    {
  221.      exch dup str 6 94 getinterval cvs
  222.      (/) print print (:) print
  223.      FontDirectory exch known
  224.      {(Yes)}{(No)} ifelse =
  225.    }
  226.    {exit} ifelse
  227.  }bind loop
  228.  (*) = flush
  229. restore
  230. "
  231. *End
  232.  
  233. *?FontList: "
  234. save
  235.  FontDirectory { pop == } bind forall flush
  236.  (*) = flush
  237. restore
  238. "
  239. *End
  240.  
  241. *% Printer Messages (verbatim from printer):
  242. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  243. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  244. *Message: "\FontName\ not found, using Courier"
  245.  
  246. *% Status (format: %%[ status: <one of these> ]%% )
  247. *Status: "idle"
  248. *Status: "busy"
  249. *Status: "waiting"
  250. *Status: "printing"
  251. *Status: "warming up"
  252. *Status: "PrinterError: timeout, clearing printer"
  253. *Status: "PrinterError: warming up"
  254. *Status: "PrinterError: paper entry misfeed"
  255. *Status: "PrinterError: no toner cartridge"
  256. *Status: "PrinterError: service call"
  257. *Status: "PrinterError: cover open"
  258. *Status: "PrinterError: resetting printer"
  259. *Status: "PrinterError: out of paper"
  260. *Status: "PrinterError: timeout"
  261. *Status: "PrinterError: manual feed timeout"
  262. *Status: "PrinterError: no paper tray"
  263.  
  264. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  265. *Source: "serial9"
  266. *Source: "serial25"
  267. *Source: "AppleTalk"
  268. *Source: "Centronics"
  269.  
  270. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  271. *PrinterError: "timeout, clearing printer"
  272. *PrinterError: "warming up"
  273. *PrinterError: "paper entry misfeed"
  274. *PrinterError: "no toner cartridge"
  275. *PrinterError: "service call"
  276. *PrinterError: "cover open"
  277. *PrinterError: "resetting printer"
  278. *PrinterError: "out of paper"
  279. *PrinterError: "timeout"
  280. *PrinterError: "manual feed timeout"
  281. *PrinterError: "no paper tray"
  282.  
  283. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  284.  
  285. *% Color Separation Information =====================
  286.  
  287. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  288.  
  289. *InkName: ProcessBlack/Process Black
  290. *InkName: CustomColor/Custom Color
  291. *InkName: ProcessCyan/Process Cyan
  292. *InkName: ProcessMagenta/Process Magenta
  293. *InkName: ProcessYellow/Process Yellow
  294.  
  295. *% For 60 lpi / 300 dpi =====================================================
  296.  
  297. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  298. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  299. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  300. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  301. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  302.  
  303. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308.  
  309. *% For 53 lpi / 300 dpi =====================================================
  310.  
  311. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  312. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  313. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  314. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  315. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  316.  
  317. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  318. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  319. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  320. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  321. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  322.  
  323. *% For "QMS-PS 810 " version 47.0
  324. *% Produced by "GETapd.ps" version 2.0 edit 47
  325. *% Converted to meet 4.0 specification
  326. *% Last Edit Date: Sep 15 1992
  327. *% The byte count of this file should be exactly 010827 or 011153
  328. *% depending on the filesystem it resides in.
  329. *% end of PPD file for QMS-PS 810
  330.